Crate xmlrpc [] [src]

An XML-RPC implementation in Rust.

The xmlrpc crate provides a minimal implementation of the XML-RPC spec.

Repo link.

Structs

Fault

A <fault> response - The call failed.

Request

A request to call a procedure.

Enums

ParseError

Describes possible error that can occur when parsing a Response.

RequestError

A request could not be executed.

Value

The possible XML-RPC values.

Functions

parse_response

Parses a response from an XML reader.

Type Definitions

ParseResult
RequestResult

The result of executing a request.

Response

A response from the server.